home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / cover.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  1.4 KB  |  63 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     go(the frame + 1)
  4.   end if
  5.   if rollOver(2) then
  6.     puppetSprite(2, 1)
  7.     set the castNum of sprite 2 to cast "b002.roll"
  8.     updateStage()
  9.   else
  10.     set the castNum of sprite 2 to cast "b002"
  11.     updateStage()
  12.   end if
  13.   if rollOver(3) then
  14.     puppetSprite(3, 1)
  15.     set the castNum of sprite 3 to cast "b003.roll"
  16.     updateStage()
  17.   else
  18.     set the castNum of sprite 3 to cast "b003"
  19.     updateStage()
  20.   end if
  21.   if rollOver(4) then
  22.     puppetSprite(4, 1)
  23.     set the castNum of sprite 4 to cast "b004.roll"
  24.     updateStage()
  25.   else
  26.     set the castNum of sprite 4 to cast "b004"
  27.     updateStage()
  28.   end if
  29.   if rollOver(5) then
  30.     puppetSprite(5, 1)
  31.     set the castNum of sprite 5 to cast "b005.roll"
  32.     updateStage()
  33.   else
  34.     set the castNum of sprite 5 to cast "b005"
  35.     updateStage()
  36.   end if
  37.   if rollOver(6) then
  38.     puppetSprite(6, 1)
  39.     set the castNum of sprite 6 to cast "b006.roll"
  40.     updateStage()
  41.   else
  42.     set the castNum of sprite 6 to cast "b006"
  43.     updateStage()
  44.   end if
  45.   if rollOver(7) then
  46.     puppetSprite(7, 1)
  47.     set the castNum of sprite 7 to cast "b007.roll"
  48.     updateStage()
  49.   else
  50.     set the castNum of sprite 7 to cast "b007"
  51.     updateStage()
  52.   end if
  53.   if rollOver(8) then
  54.     puppetSprite(8, 1)
  55.     set the castNum of sprite 8 to cast "b080.roll"
  56.     updateStage()
  57.   else
  58.     set the castNum of sprite 8 to cast "b080"
  59.     updateStage()
  60.   end if
  61.   go(the frame + 1)
  62. end
  63.